/* 公共标题样式 */

.common_title {
    position: relative;
}

.top_line {
    width: 100%;
    border-bottom: 1px solid #999;
}

.common_title h2 {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background: #fff;
    font-size: 14px;
    color: #414141;
    padding: 0 45px;
    font-size: 30px;
    z-index: 3333;
}

.common_title p {
    font-size: 18px;
    text-align: center;
    margin-top: 25px;
}


/* about_us */

.about_us {
    margin-top: 60px;
}

.about_cont {
    height: 400px;
    margin: 40px 0;
}

.about_cont_rt {
    width: 485px;
    padding-top: 55px;
}

.about_cont_rt p {
    font-size: 14px;
    text-indent: 28px;
    text-align: justify;
    margin-right: 50px;
}

.about_cont_rt a {
    display: inline-block;
    padding: 10px 32px;
    margin-top: 40px;
    font-size: 14px;
    color: #fff;
    background-color: #950000;
}


/* product_display */

.product_display {
    margin-top: 100px;
}

.show_list {
    margin-top: 20px;
}

.show_list li {
    position: relative;
    float: left;
    width: 380px;
    height: 372px;
    margin: 33px 30px 0 0;
    overflow: hidden;
    cursor: pointer;
}

.show_list li img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.show_list li img:hover {
    transform: scale(1.1);
}

.show_list li:nth-child(3n) {
    margin-right: 0;
}

.show_list li p {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 55px;
    font-size: 24px;
    line-height: 55px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, .5);
}


/* goodness */

.goodness {
    margin-top: 80px;
    padding-top: 75px;
    background-color: #f2f2f2;min-width:1200px;
}

.goodness .common_title h2 {
    background-color: #f2f2f2;
}

.goodness_list {
    margin-top: 45px;
    padding-bottom: 100px;
}

.goodness_list li {
    float: left;
    width: 315px;
    height: 470px;
    margin: 0 41px;
    cursor: pointer;
    text-align: center;
}

.goodness_list li img {
    overflow: hidden;
    transition: all 15s;
}

.goodness_list li img:hover {
    transform: rotate(360deg);
}

.goodness_list li span {
    display: block;
    width: 90%;
    height: 58px;
    color: #fff;
    line-height: 58px;
    text-align: center;
    margin: 35px auto;
    font-size: 20px;
    background-color: #6f0207;
    border-radius: 30px;
}

.goodness_list li p {
    font-size: 16px;
    color: #333;
    text-align: justify;
}


/* case_show */

.case_show {
    margin-top: 75px;
}

.case_list {
    margin-top: 45px;
}

.case_list li {
    position: relative;
    float: left;
    width: 380px;
    height: 375px;
    margin-right: 25px;
    cursor: pointer;
    background-color: #999;
}

.case_list li p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background-color: #6f0207;
    transition: all 0.5s;
}

.case_list li p:hover {
    color: #333;
    background-color: #fff;
}

.case_list li:nth-child(3) {
    margin-right: 0px;
}


/* news */

.news {
    margin-top: 90px;
}

.news_list {
    margin-top: 50px;
    overflow: hidden;
}

.news_list li {
    display: block;
    height: 250px;
    margin-top: 6%;
}

.thumbnail {
    display: inline-block;
    width: 383px;
    height: 100%;
    background-color: #999;
}

.news_text {
    width: 740px;
    height: 250px;
}

.news_text h5 {
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    padding-left: 35px;
    border-bottom: 1px solid #999;
}

.news_text h5 i {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-left-color: #999;
}

.news_text p {
    margin-top: 10px;
    font-size: 16px;
    color: #666;
    padding-right: 100px;
}

.news_text a {
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    margin-top: 35px;
    border-radius: 30px;
    background-color: #6f0207;
}


/* make_contact */

.make_contact {
    margin-top: 70px;
    background-color: #f2f2f2;
    padding: 65px 0 70px 0;min-width:1200px;
}

.cont {
    width: 500px;
    margin-left: 100px;
}

.make {
    width: 500px;
}

.make h5,
.contact h5 {
    font-size: 30px;
    color: #6f0207;
}

.make h5::after,
.contact h5::after {
    content: "";
    display: block;
    width: 30px;
    border: 2px solid #6f0207;
}

.make_contact input {
    width: 97%;
    height: 45px;
    margin-top: 23px;
    padding-left: 10px;
    border: 1px solid #6f0207;
}

.make_contact .sub_btn {
    width: 500px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    background-color: #6f0207 !important;
}

.contact {
    margin-left: 108px;
}

.contact_img {
    margin: 27px 0;
}

.contact p {
    color: #b0b0b0;
    font-size: 18px;
    margin: 30px 0;
}
.thumbnail img{width: 100%;}


/*pages*/ .list_picribd-wrapper{ margin: 20px 0; } .list_picribd{ height:34px; text-align: center; } .list_picribd li { display: inline-block;height: 34px; margin-right: 5px; } .list_picribd li a{ float: left;display: block; height: 32px; line-height: 32px; padding: 0 12px;font-size: 16px; border: 1px solid #dddddd; color: #555555; text-decoration: none; } .list_picribd li a:hover{ background:#f5f5f5;color:#0099ff; } .list_picribd li.thisclass { background: #09f; color:#fff; } .list_picribd li.thisclass a,.list_picribd li.thisclass a:hover{background: transparent; border-color: #09f; color: #fff; cursor:default; }

.index_new{ width:1200px; margin:auto;}
.index_new li{ float:left; width:560px; margin-left:30px; margin-top:20px;}
.index_new li h3{ color:#000;}
.index_new li h4{ font-size:14px; line-height:24px; color:#666}



